home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / qdial10.arc / README.DOC < prev   
Text File  |  1991-01-12  |  9KB  |  171 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                   Qdial 1.0
  7.                       PC-Pursuit Dialer for Qmodem 4.2x
  8.  
  9.  
  10. Qmodem has evolved into a topnotch shareware communications program packed
  11. full of features.  If you are reading this file, you are probably a user of
  12. Qmodem or are considering it.  If you use Qmodem, please register it and
  13. support John Friel, Qmodem's author and shareware in general.
  14.  
  15. PC Pursuit, Sprint/Telenet's long-distance outdial service is an inexpensive
  16. way to connect with 35 U.S. cities and the bulletin boards (BBS) within each
  17. Pursuit area code.  Unfortunately, the commands needed to get from your local
  18. access number to an outdial city are arcane, and it's easy to make a typing
  19. error each time you want to connect with a city or change cities.  Thus,
  20. dialer programs were born, most of which are written for specific commun-
  21. ications programs.  Two programs, ICEX and ADIAL were designed to be usable
  22. with any comm program, and they are fine programs.  For me, however, they are
  23. overkill.  I don't have time to browse 20 or 30 bulletin boards in as many
  24. cities and don't need anything with that kind of power, and I like to
  25. conserve disk space.  Another approach (used by an anonymous author on whose
  26. scripts I modeled Qdial--thanks, whoever you are!) is to have a main menu
  27. script which branches to scripts for each city.  A good idea, but it means
  28. you have at least 35-40 scripts in your scripts directory, PLUS a logon
  29. script for each BBS.  It also means that each time you add or delete a BBS
  30. you have to modify the script for that city.  Workable, but bulky.
  31.  
  32. My approach in Qdial was to use the great features of Qmodem's phonebook as
  33. much as possible, which means you can use the quicklearn feature, print the
  34. phonebook, find text, attach notes to entries, link scripts, tag entries--the
  35. whole bit.  After a minimum of setup, after you dial your local PC Pursuit
  36. access number Qdial will:
  37.  
  38.      1. Automatically load a dialing directory of PC Pursuitable BBSs
  39.         (PCP.FON) which you can easily modify and maintain.
  40.      2. Present a menu to connect you with the outdial city of your choice.
  41.      3. After connecting you with the outdial city, prompt you to pop up the
  42.         dialer with Alt-D.
  43.      4. After hanging up from the BBS, you can either dial another BBS in
  44.         that area code, or easily disconnect from the outdial city and
  45.         connect with a new outdial city, log onto the PC Pursuit BBS, or
  46.         hangup and restore Qmodem to the original setup.
  47.  
  48.  
  49. The archived file should contain the following:
  50.  
  51.      READ.ME        -- This file.
  52.      PCP.FON        -- Phonebook for PC Pursuit cities in Qmodem 4.2x format
  53.      PCP.SCR        -- Linked script for your local Telenet access number.
  54.      GETCITY.SCR    -- Script which connects you with the outdial city of
  55.                        your choice.
  56.      QUITCITY.SCR   -- Script which disconnects you from the outdial and
  57.                        calls GETCITY.SCR.  Used as an Fkey macro.
  58.      PCP.KEY        -- An Fkey macro file which assigns QUITCITY.SCR to F2.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                     SETUP
  66.  
  67. These instructions assume that you have a basic working knowledge of Qmodem
  68. and that you have set it up with Qinstall (Alt-N).  For specific questions
  69. concerning paths, please consult the Qmodem manual.
  70.  
  71. 1. Using an ASCII editor (I highly recommend Qedit) or QModem's internal
  72. editor, examine and modify if necessary the file PCP.SCR.  Two ASSIGNment
  73. statements at the beginning of the script define the paths of PCP.KEY and
  74. PCP.FON.  Modify the pathnames to reflect your Qmodem files setup.  As you
  75. can see, I use C:\QMODEM to store PCP.KEY and a subdirectory C:\QMODEM\PCPFON
  76. in which to store PCP.FON.  Now, in your Qmodem phonebook place the name of
  77. this script, PCP.SCR in the SCRIPT entry of your local Telenet access number. 
  78. This links the script, so that when you connect with Telenet PCP.SCR will
  79. automatically run.
  80.  
  81. 2. Using an ASCII editor, examine the file GETCITY.SCR.  The first few lines
  82. contain the ASSIGNment statements for your PCP userid and password, the baud
  83. rate you will be using, and the paths for your default Qmodem Fkey and phone-
  84. book files.  Type in the required information as explained in the script
  85. file.  Be sure to surround entries with quotes.  NOTE: If you pass these
  86. files onto others, please be sure you do not pass your userid and password as
  87. well!!
  88.  
  89. 3. Using Qmodem or QFONEDIT, modify PCP.FON to reflect the BBSs you intend to
  90. call, using the (I)nsert command.  Note that the dialer is sorted numerically
  91. so that area code 202 (NJNEW) is at the top and the last available PC Pursuit
  92. area code (919, NCRTP) is at the bottom.  Add the BBS names under their
  93. appropriate area codes and enter the correct baud rates for each entry.  If
  94. you use a linked script for an entry, enter that as well.  I do not recommend
  95. SORTing the phonebook, as it is already sorted.  Use the Insert and Delete
  96. commands to keep the phonebook sorted.
  97.  
  98.  
  99.  
  100.                                  Using Qdial
  101.  
  102. 1. Dial your local PC Pursuit access number.  When you connect, the linked
  103. script PCP.SCR will load PCP.KEY and PCP.FON and then will transfer control
  104. to GETCITY.SCR.
  105.  
  106. 2. GETCITY.SCR will display a menu of the available PC Pursuit outdial
  107. cities.  Enter the area code (not the city name) of the outdial city you want
  108. and hit <ENTER>.  Qdial will attempt to connect you with that city.  If you
  109. type an illegal area code (a code for which there is no PC Pursuit outdial)
  110. you will hear a beep and the menu will immediately reappear.  Try again.
  111.  
  112. 3. After you connect with the outdial city, a message will appear to remind
  113. you to type Alt-D to bring up the dialer. (Presently, the Qmodem script
  114. language cannot simulate the Alt-D command.)  To find the BBS you want to
  115. dial, use the (F)ind command.  For example, to FIND Exec PC BBS, type "F
  116. exec" <ENTER> and the dialer will take you directly to that entry (assuming
  117. you've placed it in the phonebook!).  Then hit <ENTER> a second time and
  118. Qmodem will dial the number.  If you want to set up a dialing queue of BBSs
  119. in that city, tag them and hit <ENTER>.
  120.  
  121.  
  122.  
  123.  
  124.  
  125. 4. After you quit the BBS with which you've connected, a NO CARRIER message
  126. will appear on the screen.  If you want to dial another BBS in that outdial
  127. city, Alt-D brings up the phonebook.  Cursor to the entry you want and hit
  128. <ENTER>.  Alternatively, if you want to connect to another outdial city or
  129. the PC Pursuit BBS or quit PC Pursuit altogether, hit F2 and (if you've set
  130. everything up correctly) you will be disconnected and the city menu will
  131. reappear.  You can connect to another city, the PC Pursuit BBS, or by typing
  132. "g" or "G" (case doesn't matter) quit PC Pursuit.  Quitting restores
  133. QMODEM.KEY and QMODEM.FON defaults.
  134.  
  135.  
  136.  
  137.                                     Notes
  138.  
  139. Sometimes the script GETCITY appears to "hang" after the ATZ command has been
  140. issued.  This seems to have something to do with the outdial modem timing. 
  141. I've noticed that it almost always happens at some outdial cities, and never
  142. on others.  If "ATZ" appears and nothing happens after a few seconds, hit
  143. ESCape and Abort the script, go ahead and hit Alt-D to bring up the phone
  144. book.  Dial as usual, and you should connect as usual.  If you have
  145. suggestions for a fix for this, drop me a line.
  146.  
  147. If you use the PCP.FON phonebook as it's currently set up, you should have
  148. space for 150 or more BBS entries.  If you need more space than that, you
  149. have more time for BBSing than I do, and certainly enough time to make a
  150. simple modification to GETCITY.  I suggest you have two phonebooks, one for
  151. area codes 201-414, and another for area codes 415-919, or something similar.
  152. Use a simple filter statement to load the correct phonebook after entering
  153. the area code.
  154.  
  155.  
  156.  
  157.                                  DISCLAIMER
  158.  
  159. These scripts are hereby released to the public domain.  There is no fee for
  160. using them, neither does the author assume any liability in the event that
  161. their use results in monetary loss, famine, pestilence, disease or the
  162. election of Dan Quayle to the presidency.  
  163.  
  164. Users are encouraged to modify the scripts as they desire.  The author would
  165. appreciate suggestions for improvements and any bug fixes, and can be reached
  166. at:
  167.  
  168.           Mario Dennis                Interlink Qmodem Conference
  169.           311 Grace Street            Exec PC BBS: (414) 789-4210
  170.           Harrisonburg, VA  22801
  171.